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