2022-12-03 16:00:05 -06:00
|
|
|
// MIR for `get_union` after PreCodegen
|
|
|
|
|
|
|
|
fn get_union() -> Foo {
|
2023-06-06 08:47:00 -05:00
|
|
|
let mut _0: Foo;
|
2022-12-03 16:00:05 -06:00
|
|
|
|
|
|
|
bb0: {
|
2023-06-06 08:47:00 -05:00
|
|
|
_0 = Foo { x: const () };
|
|
|
|
return;
|
2022-12-03 16:00:05 -06:00
|
|
|
}
|
|
|
|
}
|