2023-03-07 04:42:34 -06:00
|
|
|
// MIR for `int_to_ptr` after built
|
|
|
|
|
|
|
|
fn int_to_ptr(_1: usize) -> *const i32 {
|
2023-06-06 08:47:00 -05:00
|
|
|
let mut _0: *const i32;
|
2023-03-07 04:42:34 -06:00
|
|
|
|
|
|
|
bb0: {
|
2024-03-23 06:21:20 -05:00
|
|
|
_0 = copy _1 as *const i32 (PointerWithExposedProvenance);
|
2023-06-06 08:47:00 -05:00
|
|
|
return;
|
2023-03-07 04:42:34 -06:00
|
|
|
}
|
|
|
|
}
|