Files
llvm-project/clang/test/Preprocessor/macro_rparen_scan2.c
Chris Lattner 58c8be81bb add run line
llvm-svn: 44917
2007-12-12 06:20:40 +00:00

9 lines
144 B
C

// RUN: 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 );