unplugged-vendor/external/llvm-project/clang/test/PCH/pch-dir.h

6 lines
60 B
C
Raw Normal View History

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