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

6 lines
62 B
Plaintext

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