about summary refs log tree commit diff
path: root/tests/mir-opt/uninhabited_enum.process_never.SimplifyLocals-final.after.mir
blob: 02e1f4be15e2e644684323f164f95b084215ec6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// MIR for `process_never` after SimplifyLocals-final

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

    bb0: {
        unreachable;
    }
}