summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/unusual_item_types.Test-X-{constructor#0}.built.after.mir
blob: 1e497b412024ce246c3d8388cb5729fa24fad758 (plain)
1
2
3
4
5
6
7
8
9
10
// MIR for `Test::X` after built

fn Test::X(_1: usize) -> Test {
    let mut _0: Test;

    bb0: {
        _0 = Test::X(move _1);
        return;
    }
}