]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/macro-ambiguity/b/quote/b_quote.h
Vendor import of clang trunk r238337:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / macro-ambiguity / b / quote / b_quote.h
1 #ifndef B_QUOTE_H
2 #define B_QUOTE_H
3
4 #define FOO2_QUOTE(x) x + x
5 #define BAR2_QUOTE(x) x + x
6 #define BAZ2_QUOTE(x) x + x
7
8 #endif