leo/compiler/tests/import/basic.leo

5 lines
68 B
Plaintext
Raw Normal View History

import test_import.foo;
function main() -> u32 {
2020-07-17 22:59:18 +03:00
return foo()
}