new testcase for placemarker handling.

llvm-svn: 38777
This commit is contained in:
Chris Lattner 2006-07-29 04:09:49 +00:00
parent 21c8b8f71e
commit 63081842a7

View File

@ -0,0 +1,5 @@
// RUN: clang %s -E | grep 'foo(A, )'
#define X(Y) foo(A, Y)
X()