1#ifndef B_QUOTE_H2#define B_QUOTE_H3 4#define FOO2_QUOTE(x) x + x5#define BAR2_QUOTE(x) x + x6#define BAZ2_QUOTE(x) x + x7 8#endif9