minix/external/bsd/llvm/dist/clang/test/Index/preamble-reparse-cmd-define.c.remap

9 lines
81 B
Text
Raw Normal View History

#ifndef CMD_MACRO
#error CMD_MACRO undefined
#endif
int foo() {
return x;
}