4 lines
39 B
Rust
4 lines
39 B
Rust
|
fn main() {
|
||
|
let (a, b, ..) = ();
|
||
|
}
|