summary refs log tree commit diff
path: root/tests/mir-opt/uninhabited_enum.process_never.SimplifyLocals-final.after.mir
blob: 240f409817d778b1023ce9add4142eada5b98bb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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;
    }

    bb0: {
        unreachable;
    }
}