index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Preprocessor
/
stringize_space2.c
blob: 6a96894de6ee2724fd036b535203a30fe2ca6449 (
plain
)
1
2
3
4
5
6
/* RUN: clang-cc -E %s | grep 'a c'
*/
#define t(x) #x
t
(
a
c
)