aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_rparen_scan2.c
blob: 99545e780d6514d82c1da2745c5181b37c667845 (plain)
1
2
3
4
5
6
7
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 );