2023-03-07 10:42:34 +00:00
|
|
|
// MIR for `int_to_int` after built
|
|
|
|
|
|
|
|
fn int_to_int(_1: u32) -> i32 {
|
2023-06-06 13:47:00 +00:00
|
|
|
let mut _0: i32;
|
2023-03-07 10:42:34 +00:00
|
|
|
|
|
|
|
bb0: {
|
2023-06-06 13:47:00 +00:00
|
|
|
_0 = _1 as i32 (IntToInt);
|
|
|
|
return;
|
2023-03-07 10:42:34 +00:00
|
|
|
}
|
|
|
|
}
|