summaryrefslogtreecommitdiff
path: root/test/CodeGen/Inputs/debug-info-macro.h
blob: f71d5c3343d25a9b949858e0e7c8cd3d473a0b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#ifdef D1
/*Line 3*/ #define A(x, y, z) (x)
#endif

#ifdef D2
/*Line 7*/ #define A(x, y, z) (y)
#endif

#ifdef A
/*Line 11*/ #undef A
#endif