mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
14 lines
235 B
Rust
14 lines
235 B
Rust
// MIR for `indirect_call` after built
|
|
|
|
fn indirect_call(_1: i32, _2: fn(i32) -> i32) -> i32 {
|
|
let mut _0: i32;
|
|
|
|
bb0: {
|
|
_0 = copy _2(copy _1) -> [return: bb1, unwind continue];
|
|
}
|
|
|
|
bb1: {
|
|
return;
|
|
}
|
|
}
|