Cross Reference: pch-dir.h
xref
: /
external
/
clang
/
test
/
PCH
/
pch-dir.h
Home
History
Annotate
Line#
Navigate
Download
only in
pch-dir.h
1
#
ifdef
__cplusplus
2
extern
int
i;
3
#
else
4
extern
int
j;
5
#
endif
6