]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/derefer_complex_case.rs
Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov
[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 }