Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
mir-opt
/
derefer_complex_case.rs
blob: 96034522b9fe0cb40b0cee19fcfb626120a3dd39 [
file
] [
log
] [
blame
] [
edit
]
// skip-filecheck
//@ test-mir-pass: Derefer
// EMIT_MIR derefer_complex_case.main.Derefer.diff
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
fn
main
()
{
for
&
foo in
&[
42
,
43
]
{
drop
(
foo
)
}
}