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: 1f9d7e790f4f0cd740488da47024cdc8bb4f7d64 (
plain
)
1
2
3
4
5
6
// RUN: clang -E %s | grep xxx-xxx
#define foo(return) return-return
foo
(
xxx
)