new testcase

llvm-svn: 38719
This commit is contained in:
Chris Lattner 2006-07-15 21:06:48 +00:00
parent 7c58149107
commit 1b9f17bc6e
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// clang %s -E | grep 'bar foo (2)'
#define foo(x) bar x
foo(foo) (2)