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
/
indirect-struct-member-access
/
test.c
blob
cbf7e65ec1cca84b64a48a06b14e26eadd64b666
1
// RUN: clang-import-test -import %S/Inputs/S.c -expression %s
2
void
expr
(
struct
S
*
MyS
) {
3
MyS
->
a
=
3
;
4
}