Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
module_multiple_names_err.out
5
lines
·
5
sloc
·
227 bytes
·
4189b7e28075c77fde71a1bf3887999f8d484620
Raw
1
vlib/v/parser/tests/module_multiple_names_err.vv:1:13: error: `module main`, you can only declare one module, unexpected `os`
2
1 | module main os
3
| ~~
4
2 | fn main() {
5
3 | println('hello, world')