summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/unusual_item_types.E-V-{constant#0}.built.after.mir
blob: 993e668b085a0818247452e1588c8f84661ad4b3 (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;

    bb0: {
        _0 = const 5_isize;
        return;
    }
}