v2 / vlib / v / slow_tests / repl / var_decl.repl
4 lines · 4 sloc · 33 bytes · 6a32c810703f4ec0c39fe18298ebe6c40acac8f1
Raw
1a := 1
2println(a)
3===output===
41
5