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
/
conflicting-struct
/
test.cpp
blob
5aad567cd794631097431ea8edde2121621a3356
1
// RUN: clang-import-test --import %S/Inputs/S1.cpp --import %S/Inputs/S2.cpp -expression %s
2
void
expr
() {
3
S MyS
;
4
T MyT
;
5
MyS
.
a
=
3
;
6
MyT
.
u
.
b
=
2
;
7
}