repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
macro_arg_keyword.c
blob
b9bbbf3ee2d81120b18654a88de7d98ba932f6db
1
// RUN: %clang_cc1 -E %s | grep xxx-xxx
2
3
#define foo(return) return-return
4
5
foo
(
xxx
)
6