llvm-for-llvmta/tools/clang/test/Modules/Inputs/config.h

8 lines
72 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
#ifdef WANT_FOO
int* foo();
#endif
#ifdef WANT_BAR
char *bar();
#endif