rust/tests/data/parser/inline/0089_slice_pat.rs
2018-08-07 17:00:45 +03:00

4 lines
39 B
Rust

fn main() {
let [a, b, ..] = [];
}