Clang Project

clang_source_code/test/Modules/Inputs/config.h
1#ifdef WANT_FOO
2int* foo();
3#endif
4
5#ifdef WANT_BAR
6char *bar();
7#endif
8