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