rust/tests/target/tuple_v2.rs

6 lines
70 B
Rust
Raw Normal View History

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