rust/src/test/rustfix/tuple-float-index.fixed

3 lines
38 B
Rust

fn main () {
((1, (2, 3)).1).1;
}