about summary refs log tree commit diff
path: root/src/test/rustfix/tuple-float-index.rs
blob: f3280e87a01c26a4b044570143185bbbf0150c83 (plain)
1
2
3
4
5
// compile-flags: -Z parse-only

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