Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
modules
/
module_with_redeclaration.out
5
lines
·
5
sloc
·
267 bytes
·
0da00cc457215a9269c21b1f95e7691f9df0e64d
Raw
1
vlib/v/checker/tests/modules/module_with_redeclaration/redeclare_time_structs.c.v:1:1: error: project must include a `main` module or be a shared library (compile with `v -shared`)
2
1 | module module_with_redeclaration
3
| ^
4
2 |
5
3 | import sokol.memory