]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/derefer_complex_case.rs
Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514
[rust.git] / src / test / mir-opt / derefer_complex_case.rs
1 // EMIT_MIR derefer_complex_case.main.Derefer.diff
2 // ignore-wasm32
3
4 fn main() {
5     for &foo in &[42, 43] { drop(foo) }
6 }