rust/tests/mir-opt/uninhabited_enum.process_never.SimplifyLocals-final.after.mir
2023-06-15 15:19:11 -04:00

17 lines
262 B
Rust

// 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;
}
}