mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
7 lines
96 B
V
7 lines
96 B
V
|
|
import compiler.tests.local
|
|
|
|
fn test_local_module_is_callable() {
|
|
assert local.local_fn()
|
|
}
|
|
|