rust/tests/target/tuple_v2.rs
2020-11-02 18:31:51 -06:00

6 lines
70 B
Rust

// rustfmt-version: Two
fn issue_4355() {
let _ = ((1,),).0.0;
}