v811_spc009/external/clang/test/PCH/pch-dir.h

6 lines
60 B

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