summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/unusual_item_types.{impl#0}-ASSOCIATED_CONSTANT.built.after.mir
blob: a5121ae550d6df60c01a9e9acdd4afecb0ba288b (plain)
1
2
3
4
5
6
7
8
9
10
// MIR for `<impl at $DIR/unusual_item_types.rs:10:1: 10:7>::ASSOCIATED_CONSTANT` after built

const <impl at $DIR/unusual_item_types.rs:10:1: 10:7>::ASSOCIATED_CONSTANT: i32 = {
    let mut _0: i32;

    bb0: {
        _0 = const 2_i32;
        return;
    }
}