android_mt6572_jiabo/external/clang/test/PCH/Inputs/chain-macro-override2.h
2025-09-05 16:56:03 +08:00

8 lines
78 B
C

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