v/vlib/v/fmt/tests/array_init_comments_expecte...

10 lines
65 B
V

v := [
0, // 0
1, // 1
2, // 2
// 2-3
3, // 3
// 4
// 5
]