leo/compiler/tests/import/basic.leo

5 lines
86 B
Plaintext

from "tests/import/test_import" import foo;
function main() -> u32 {
return foo()
}