Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
main_called_err.out
5
lines
·
5
sloc
·
172 bytes
·
86dfd3902fa851455e98b176a0abf5ff9dc6ab28
Raw
1
vlib/v/checker/tests/main_called_err.vv:2:2: error: the `main` function cannot be called in the program
2
1 | fn main() {
3
2 | main()
4
| ~~~~~~
5
3 | }
6