Sign in
llvm
/
clang
/
3ad9e4889adcb044907bc3e707d89a7ac1b3ee30
/
.
/
test
/
Preprocessor
/
macro_rparen_scan2.c
blob: 41748ac459b9c80364e83c472ce13b5cc4c11ae4 [
file
] [
log
] [
blame
]
// 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
);