Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / PCH / Inputs / chain-macro-override1.h
blob9cd6a66b3d314b35617ae841d6f34ba5637ead5c
1 void f(void) __attribute__((unavailable));
2 void g(void);
3 #define g() f()
4 #define h() f()
5 #define x x
6 #define h2() f()
8 #define h3()
9 #undef h3