netbsd/external/bsd/llvm/dist/clang/test/PCH/Inputs/chain-macro-override2.h
2014-01-15 10:53:42 +01:00

9 lines
78 B
C

#define f() g()
#undef g
#undef h
#define h() g()
int x;
#undef h2
int h3();