4 lines
39 B
Rust
Raw Normal View History

2018-08-07 17:00:45 +03:00
fn main() {
let [a, b, ..] = [];
}