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_none.c
blob: 2ba2820b16c37e736ec9a454898d852ea99ee0c8 (
plain
)
1
2
3
4
5
6
// RUN: clang -E %s | grep '!!'
#define A(B,C) B ## C
!
A
(,)
!