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