blob: f71d5c3343d25a9b949858e0e7c8cd3d473a0b50 [file] [log] [blame]
Amjad Aboud546bc112017-02-09 22:07:24 +00001
2#ifdef D1
3/*Line 3*/ #define A(x, y, z) (x)
4#endif
5
6#ifdef D2
7/*Line 7*/ #define A(x, y, z) (y)
8#endif
9
10#ifdef A
11/*Line 11*/ #undef A
12#endif