hanchenye-llvm-project/clang/test/PCH/Inputs/chain-macro-override2.h

6 lines
57 B
C

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