rust/tests/mir-opt/uninhabited_enum.process_vo...

16 lines
242 B
Rust

// MIR for `process_void` after SimplifyLocals-final
fn process_void(_1: *const Void) -> () {
debug input => _1;
let mut _0: ();
scope 1 {
debug _input => _1;
}
scope 2 {
}
bb0: {
return;
}
}