Sign in
llvm
/
clang
/
3ad9e4889adcb044907bc3e707d89a7ac1b3ee30
/
.
/
test
/
Preprocessor
/
macro_fn_placemarker.c
blob: ff688ce2d7ae5f415041350b3d7c5e64ef86d490 [
file
] [
log
] [
blame
]
// RUN: clang-cc %s -E | grep 'foo(A, )'
#define
X
(
Y
)
foo
(
A
,
Y
)
X
()