summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/building/custom/aggregate_exprs.tuple.built.after.mir
blob: 060f72c9c48c4d4db90d16dd824cbef5e6011941 (plain)
1
2
3
4
5
6
7
8
9
10
// MIR for `tuple` after built

fn tuple() -> (i32, bool) {
    let mut _0: (i32, bool);

    bb0: {
        _0 = (const 1_i32, const true);
        return;
    }
}