2022-09-05 03:00:31 +00:00
|
|
|
// MIR for `BOP` after built
|
2020-12-09 10:50:34 +00:00
|
|
|
|
|
|
|
static BOP: &i32 = {
|
2022-07-27 18:47:42 +00:00
|
|
|
let mut _0: &i32; // return place in scope 0 at $DIR/const-promotion-extern-static.rs:+0:13: +0:17
|
|
|
|
let _1: &i32; // in scope 0 at $DIR/const-promotion-extern-static.rs:+0:20: +0:23
|
|
|
|
let _2: i32; // in scope 0 at $DIR/const-promotion-extern-static.rs:+0:21: +0:23
|
2020-12-09 10:50:34 +00:00
|
|
|
|
|
|
|
bb0: {
|
2022-07-27 18:47:42 +00:00
|
|
|
StorageLive(_1); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:20: +0:23
|
|
|
|
StorageLive(_2); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:21: +0:23
|
|
|
|
_2 = const 13_i32; // scope 0 at $DIR/const-promotion-extern-static.rs:+0:21: +0:23
|
|
|
|
_1 = &_2; // scope 0 at $DIR/const-promotion-extern-static.rs:+0:20: +0:23
|
|
|
|
_0 = &(*_1); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:20: +0:23
|
|
|
|
StorageDead(_1); // scope 0 at $DIR/const-promotion-extern-static.rs:+0:22: +0:23
|
2022-08-27 12:36:14 +00:00
|
|
|
return; // scope 0 at $DIR/const-promotion-extern-static.rs:+0:1: +0:24
|
2020-12-09 10:50:34 +00:00
|
|
|
}
|
|
|
|
}
|