v/compiler/tests/local_test.v

8 lines
96 B
Go

import compiler.tests.local
fn test_local_module_is_callable() {
assert local.local_fn()
}