summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/remove_zsts.get_union.PreCodegen.after.mir
blob: 5886a5bfeeade8bbb72fa6f266a3daef9a3fd65f (plain)
1
2
3
4
5
6
7
8
9
10
// MIR for `get_union` after PreCodegen

fn get_union() -> Foo {
    let mut _0: Foo;

    bb0: {
        _0 = Foo { x: const () };
        return;
    }
}