xref
: /
external
/
clang
/
test
/
Preprocessor
/
macro_fn_placemarker.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: %clang_cc1 %s -E | grep 'foo(A, )'
2
3
#
define
X
(
Y
)
foo
(
A
,
Y
)
4
X
()
5
6