summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/unusual_item_types.E-V-{constant#0}.built.after.mir
blob: 5257491f0d49456fdbb89d614cd038ee04aa20f8 (plain)
1
2
3
4
5
6
7
8
9
10
// MIR for `E::V::{constant#0}` after built

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
    }
}