rust/tests/source/tuple_v2.rs

6 lines
71 B
Rust
Raw Normal View History

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