Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
test
/
rustfix
/
tuple-float-index.fixed
blob: 358a27d3878206f901693c3b0e51242a0878b45d [
file
]
fn main
()
{
((
1
,
(
2
,
3
)).
1
).
1
;
}