llvm/clang/test/PCH/pch-dir.h

#ifdef __cplusplus
extern int i;
#else
extern int j;
#endif