rust/tests/mir-opt/building/custom/debuginfo.pointee.built.after.mir

11 lines
179 B
Rust
Raw Normal View History

2023-08-19 04:01:16 -05:00
// MIR for `pointee` after built
fn pointee(_1: &mut Option<i32>) -> () {
debug foo => (((*_1) as variant#1).0: i32);
let mut _0: ();
bb0: {
return;
}
}