Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
5eb810024dc8a1d12d5f066c02c978f07c4fcb00
/
.
/
test
/
Preprocessor
/
stringize_space2.c
blob: 6a96894de6ee2724fd036b535203a30fe2ca6449 [
file
] [
log
] [
blame
]
Daniel Dunbar
d7d5f02
2009-03-24 02:24:46 +0000
[
diff
] [
blame
]
1
/* RUN: clang-cc -E %s | grep 'a c'
Chris Lattner
2b64fdc
2007-07-19 16:11:58 +0000
[
diff
] [
blame
]
2
*/
3
#define
t
(
x
)
#x
4
t
(
a
5
c
)
6