new testcase

llvm-svn: 38799
This commit is contained in:
Chris Lattner 2006-07-30 07:33:49 +00:00
parent 022b62e941
commit b10969b9b2
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
// clang -E %s | grep -F 'static int glob = (1 + 1 );'
#define R_PAREN )
#define FUNC(a) a
static int glob = (1 + FUNC(1 R_PAREN );