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: 471ebcc01559915ba007fd31a8a5825a9bd99d43 (
plain
)
1
2
3
4
5
6
7
// RUN: clang %s -E | grep "^xy$"
#define A x ## y
blah
A