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_arg_keyword.c
blob: 92b1ae53571336d86a702547b8c48eb85a9f252a (
plain
)
1
2
3
4
5
6
// RUN: clang-cc -E %s | grep xxx-xxx
#define foo(return) return-return
foo
(
xxx
)