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
/
Inputs
/
chain-macro-override2.h
blob: e4bff77294fd9613584cfa65b70afb28e6a93399 (
plain
)
1
2
3
4
5
#define f() g()
#undef g
#undef h
#define h() g()
int
x
;