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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Import
/
cxx-valist
/
test.cpp
blob
fe011ed8ec17a930db5ca9d2217d80e2e7cce8ba
1
// RUN: clang-import-test -import %S/Inputs/I1.cpp -expression %s
2
3
void
expr
() {
4
f
(
0
);
5
}
6
7
int
std
=
17
;