[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / config.h
blob4c124b0bf82b7cba40c99a7dbfc3408fbb148b9a
1 #ifdef WANT_FOO
2 int* foo(void);
3 #endif
5 #ifdef WANT_BAR
6 char *bar(void);
7 #endif