v2 / vlib / v / slow_tests / repl / array_init.repl
3 lines · 3 sloc · 36 bytes · 6a32c810703f4ec0c39fe18298ebe6c40acac8f1
Raw
1[]int{len:3}
2===output===
3[0, 0, 0]
4