]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/derefer_complex_case.rs
Rollup merge of #97436 - compiler-errors:macos-ping-2, r=Mark-Simulacrum
[rust.git] / src / test / mir-opt / derefer_complex_case.rs
1 // EMIT_MIR derefer_complex_case.main.Derefer.diff
2
3 fn main() {
4     for &foo in &[42, 43] { drop(foo) }
5 }