1#ifndef E_QUOTE_H2#define E_QUOTE_H3 4#define BAZ1_QUOTE(x) 2 * x5#define BAZ2_QUOTE(x) 2 * x6 7#endif8