v2 / cmd / tools / vvet / tests / prog_without_main_fn.vv
3 lines · 2 sloc · 32 bytes · a132345e0845ed41f427b75c9dcc3cbe48f2d5a1
Raw
1const x = [1, 2, 3]
2
3println(x)
4