rust/tests/mir-opt/inline/rustc_no_mir_inline.caller....

15 lines
208 B
Rust

// MIR for `caller` after PreCodegen
fn caller() -> () {
let mut _0: ();
let _1: ();
bb0: {
_1 = callee() -> [return: bb1, unwind unreachable];
}
bb1: {
return;
}
}