1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler/tests/repl/error_nosave.repl
2019-10-06 17:21:10 +03:00

6 lines
55 B
Plaintext

a
33
===output===
.vrepl_temp.v:3:9: undefined: `a`
33