mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
4 lines
360 B
Plaintext
4 lines
360 B
Plaintext
import compiler.tests.modules.acommentedmodule
|
|
===output===
|
|
vlib/compiler/tests/modules/acommentedmodule/commentedfile.v:7:1: bad module definition: vlib/compiler/tests/modules/acommentedmodule/commentedfile.v imports module "compiler.tests.modules.acommentedmodule" but vlib/compiler/tests/modules/acommentedmodule/commentedfile.v is defined as module `main`
|