summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_rparen_scan2.c
blob: 41748ac459b9c80364e83c472ce13b5cc4c11ae4 (plain)
1
2
3
4
5
6
7
8
// RUN: clang-cc -E %s | grep -F 'static int glob = (1 + 1 );'

#define R_PAREN ) 

#define FUNC(a) a 

static int glob = (1 + FUNC(1 R_PAREN ); 

OpenPOWER on IntegriCloud