summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/uninhabited_enum.process_never.SimplifyLocals-final.after.mir
blob: 89f7016fee4361681f6c61ded30a9687b9da51aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// MIR for `process_never` after SimplifyLocals-final

fn process_never(_1: *const !) -> () {
    debug input => _1;
    let mut _0: ();
    let _2: &!;
    scope 1 {
        debug _input => _2;
    }
    scope 2 {
    }

    bb0: {
        unreachable;
    }
}