7 lines
55 B
Rust
Raw Normal View History

2018-08-05 18:24:56 +03:00
fn foo() {
[];
[1];
[1, 2,];
[1; 2];
}