v/vlib/v/tests/repl/array_init.repl

4 lines
36 B
Plaintext

[]int{len:3}
===output===
[0, 0, 0]