[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / CodeGen / Inputs / debug-info-macro.h
blobf71d5c3343d25a9b949858e0e7c8cd3d473a0b50
2 #ifdef D1
3 /*Line 3*/ #define A(x, y, z) (x)
4 #endif
6 #ifdef D2
7 /*Line 7*/ #define A(x, y, z) (y)
8 #endif
10 #ifdef A
11 /*Line 11*/ #undef A
12 #endif