leo/compiler/tests/import/basic.leo

5 lines
73 B
Plaintext
Raw Normal View History

import test_import.foo;
2020-07-30 23:01:04 +03:00
function main() {
assert_eq!(foo(), 1u32);
}