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
/
conversion-decl
/
test.cpp
blob
dc9e6d85dd34006308845db8dfd2a68e86218cc2
1
// RUN: clang-import-test -import %S/Inputs/F.cpp -expression %s
2
void
expr
() {
3
X X1
;
4
Y Y1
=
X1
;
5
}