llvm/clang/test/Index/preamble-reparse-cmd-define.c.remap


#ifndef CMD_MACRO
#error CMD_MACRO undefined
#endif 

int foo(void) {
  return x;
}