1// RUN: %clang_cc1 %s -E | grep 'foo(A, )'
2
3#define X(Y) foo(A, Y)
4X()
5
6