[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / PCH / pch-dir.h
blobe94a8c7ad90a8d39aad6505b5b08c007b3c4a017
1 #ifdef __cplusplus
2 extern int i;
3 #else
4 extern int j;
5 #endif