minix/external/bsd/llvm/dist/clang/test/Modules/Inputs/config.h

8 lines
72 B
C
Raw Normal View History

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