leo/compiler/tests/import/star.leo

6 lines
106 B
Plaintext
Raw Normal View History

import test_import.*;
function main() -> u32 {
2020-07-17 22:59:18 +03:00
let p = Point { x: 1u32, y: 0u32 };
return foo()
}