new testcase

llvm-svn: 38714
This commit is contained in:
Chris Lattner 2006-07-15 06:53:24 +00:00
parent 6016169cb8
commit 6ae37dfba3
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
// RUN: clang -E %s | grep -- '-"" , - "" , -"" , - ""'
#define A(b) -#b , - #b , -# b , - # b
A()