1#ifndef A_QUOTE_H2#define A_QUOTE_H3 4#define FOO1_QUOTE(x) x + x5#define BAR1_QUOTE(x) x + x6#define BAZ1_QUOTE(x) x + x7 8#endif9