[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[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