2023-03-20 06:32:38 -05:00
|
|
|
// MIR for `tuple` after built
|
|
|
|
|
|
|
|
fn tuple() -> (i32, bool) {
|
2023-06-06 08:47:00 -05:00
|
|
|
let mut _0: (i32, bool);
|
2023-03-20 06:32:38 -05:00
|
|
|
|
|
|
|
bb0: {
|
2023-06-06 08:47:00 -05:00
|
|
|
_0 = (const 1_i32, const true);
|
|
|
|
return;
|
2023-03-20 06:32:38 -05:00
|
|
|
}
|
|
|
|
}
|