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

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