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

6 lines
60 B
C

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