bolt/deps/llvm-18.1.8/clang/test/PCH/Inputs/chain-macro-override2.h

9 lines
82 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#define f() g()
#undef g
#undef h
#define h() g()
int x;
#undef h2
int h3(void);