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

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