summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/issue_72181.bar.built.after.mir
blob: c2e4e2072de5a7adefd554f6309d9fa7e4f0e3c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// MIR for `bar` after built

fn bar(_1: [(Never, u32); 1]) -> u32 {
    let mut _0: u32;
    let _2: u32;
    scope 1 {
        debug x => _2;
    }

    bb0: {
        StorageLive(_2);
        _2 = (_1[0 of 1].1: u32);
        _0 = _2;
        StorageDead(_2);
        return;
    }
}