summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/building/custom/debuginfo.pointee.built.after.mir
blob: 86cced6f801f4dd94b1a251721efc099a3cd1b2b (plain)
1
2
3
4
5
6
7
8
9
10
// MIR for `pointee` after built

fn pointee(_1: &mut Option<i32>) -> () {
    debug foo => (((*_1) as variant#1).0: i32);
    let mut _0: ();

    bb0: {
        return;
    }
}