Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / macro-ambiguity / c / quote / c_quote.h
blob131430026f8c63a1f78783539d2e72100e1f456b
1 #ifndef C_QUOTE_H
2 #define C_QUOTE_H
4 #define FOO1_QUOTE(x) 2 * x
5 #define FOO2_QUOTE(x) 2 * x
7 #endif