8 lines
96 B
V
8 lines
96 B
V
|
|
||
|
import compiler.tests.local
|
||
|
|
||
|
fn test_local_module_is_callable() {
|
||
|
assert local.local_fn()
|
||
|
}
|
||
|
|