4 lines
39 B
Rust
Raw Normal View History

2018-08-07 14:41:03 +03:00
fn main() {
let (a, b, ..) = ();
}