1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/unexpected_token.out

6 lines
149 B
Plaintext

vlib/v/parser/tests/unexpected_token.vv:2:10: error: unexpected token `?`
1 | fn main() {
2 | println(?)
| ^
3 | }