81d7069e34
Co-authored-by: Ben Kimock <kimockb@gmail.com>
15 lines
208 B
Rust
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;
|
|
}
|
|
}
|