1 2 3 4 5 6 7 8
//DIAGNOSTIC_TEST:SIMPLE:-E // Macro parameters must have unique names #define A(x, x) a x b x c A(,)