Sign in
llvm
/
clang
/
c6d149249952dca405a25fd043da864ddf71301f
/
.
/
test
/
CodeGen
/
Inputs
/
debug-info-macro.h
blob: f71d5c3343d25a9b949858e0e7c8cd3d473a0b50 [
file
] [
log
] [
blame
]
#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