blob: ff688ce2d7ae5f415041350b3d7c5e64ef86d490 [file] [log] [blame]
// RUN: clang-cc %s -E | grep 'foo(A, )'
#define X(Y) foo(A, Y)
X()