Sign in
llvm
/
clang
/
3ad9e4889adcb044907bc3e707d89a7ac1b3ee30
/
.
/
test
/
Preprocessor
/
stringize_space2.c
blob: 6a96894de6ee2724fd036b535203a30fe2ca6449 [
file
] [
log
] [
blame
]
/* RUN: clang-cc -E %s | grep 'a c'
*/
#define
t
(
x
)
#x
t
(
a
c
)