1 2#ifdef D13/*Line 3*/ #define A(x, y, z) (x)4#endif5 6#ifdef D27/*Line 7*/ #define A(x, y, z) (y)8#endif9 10#ifdef A11/*Line 11*/ #undef A12#endif13