rust/tests/mir-opt/building/custom/aggregate_exprs.tuple.built.after.mir
2023-06-15 15:19:11 -04:00

11 lines
165 B
Rust

// MIR for `tuple` after built
fn tuple() -> (i32, bool) {
let mut _0: (i32, bool);
bb0: {
_0 = (const 1_i32, const true);
return;
}
}