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