1 2 3 4 5 6 7 8
#ifndef B_QUOTE_H #define B_QUOTE_H #define FOO2_QUOTE(x) x + x #define BAR2_QUOTE(x) x + x #define BAZ2_QUOTE(x) x + x #endif