rust/tests/mir-opt/inline/rustc_no_mir_inline.caller.PreCodegen.after.panic-abort.mir
Nilstrieb 81d7069e34 Add #[rustc_no_mir_inline] for standard library UB checks
Co-authored-by: Ben Kimock <kimockb@gmail.com>
2024-02-24 21:19:41 +01:00

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