Clang Project
clang_source_code
/
test
/
PCH
/
pch-dir.h
1
#ifdef __cplusplus
2
extern int i;
3
#else
4
extern int j;
5
#endif
6