Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
module_syntax_err.out
5
lines
·
5
sloc
·
202 bytes
·
5a231326d70ac92d9331274d4e9016603c46c9bb
Raw
1
vlib/v/parser/tests/module_syntax_err.vv:1:12: error: `module main`, unexpected `.` after module name
2
1 | module main.os
3
| ^
4
2 | fn main() {
5
3 | println('hello, world')
6