rust/tests/mir-opt/building/custom/aggregate_exprs.tuple.built...

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;
}
}