brintos

brintos / llvm-project-archived public Read only

0
0
Text · 142 B · f71d5c3 Raw
13 lines · c
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