v/vlib/v/checker/tests/assign_array_init_with_no_t...

5 lines
39 B
V

fn main() {
mut x := []
println(x)
}