new testcase

llvm-svn: 38953
This commit is contained in:
Chris Lattner 2006-10-06 02:59:40 +00:00
parent 051df7bfc4
commit 8f46a38503
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
// RUN: clang -E %s | grep '^Y$'
#define X() Y
#define Y() X
X()()()