rust/tests/mir-opt/building/custom/as_cast.int_to_int.built.af...

11 lines
166 B
Rust

// MIR for `int_to_int` after built
fn int_to_int(_1: u32) -> i32 {
let mut _0: i32;
bb0: {
_0 = copy _1 as i32 (IntToInt);
return;
}
}