summaryrefslogtreecommitdiffstats
path: root/test/PCH/pch-dir.h
blob: e94a8c7ad90a8d39aad6505b5b08c007b3c4a017 (plain)
1
2
3
4
5
#ifdef __cplusplus
extern int i;
#else
extern int j;
#endif