1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/module_syntax_err.out
2021-03-11 10:42:36 +02:00

6 lines
202 B
Plaintext

vlib/v/parser/tests/module_syntax_err.vv:1:12: error: `module main`, unexpected `.` after module name
1 | module main.os
| ^
2 | fn main() {
3 | println('hello, world')