rust/tests/mir-opt/remove_zsts.get_union.PreCodegen.after.mir
2023-06-15 15:19:11 -04:00

11 lines
156 B
Rust

// MIR for `get_union` after PreCodegen
fn get_union() -> Foo {
let mut _0: Foo;
bb0: {
_0 = Foo { x: const () };
return;
}
}