summaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_fn_placemarker.c
blob: ff688ce2d7ae5f415041350b3d7c5e64ef86d490 (plain)
1
2
3
4
5
// RUN: clang-cc %s -E | grep 'foo(A, )'

#define X(Y) foo(A, Y)
X()