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

8 lines
80 B
C

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