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_fn_placemarker.c
blob: 17910544b8993e14354a880155c1502941549ca0 (
plain
)
1
2
3
4
5
// RUN: %clang_cc1 %s -E | grep 'foo(A, )'
#define X(Y) foo(A, Y)
X
()