v/vlib/v/scanner/tests/position_0_err.vv

5 lines
42 B
V

i := 'hello'
x := 3
y := 2
println(x + y)