v/vlib/v/checker/tests/no_main_mod.out

4 lines
162 B
Plaintext

vlib/v/checker/tests/no_main_mod.vv:1:1: error: project must include a `main` module or be a shared library (compile with `v -shared`)
1 | module a
| ^