index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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