aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/vlib/v/parser/tests/array_init.vv
blob: 4bbfb88ed29b8383989556db3aa2bcce68c9e20c (plain)
1
2
3
4
fn main() {
	_ := []int
	_ := [1]int
}