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
/
macro_paste_spacing.c
blob: 130548dbf99ee525f02630f99e0de70b48bfe10b (
plain
)
1
2
3
4
5
6
7
// RUN: clang-cc %s -E | grep "^xy$"
#define A x ## y
blah
A