hanchenye-llvm-project/clang/test/Modules/Inputs/config.h

8 lines
72 B
C

#ifdef WANT_FOO
int* foo();
#endif
#ifdef WANT_BAR
char *bar();
#endif