summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/unusual_item_types.E-V-{constant#0}.mir_map.0.64bit.mir
blob: a72e00ecde75fa343b9a88c316592c0ccaa8d502 (plain)
1
2
3
4
5
6
7
8
9
10
// MIR for `E::V::{constant#0}` 0 mir_map

E::V::{constant#0}: isize = {
    let mut _0: isize;                   // return place in scope 0 at $DIR/unusual-item-types.rs:+0:9: +0:10

    bb0: {
        _0 = const 5_isize;              // scope 0 at $DIR/unusual-item-types.rs:+0:9: +0:10
        return;                          // scope 0 at $DIR/unusual-item-types.rs:+0:9: +0:10
    }
}