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
9