leo/compiler/tests/import/basic.leo

5 lines
66 B
Plaintext

import test_import.foo;
function main() -> u32 {
return foo()
}