v/vlib/v/parser/tests/array_init.vv

5 lines
39 B
V

fn main() {
_ := []int
_ := [1]int
}