leo/asg/tests/pass/import/star.leo

7 lines
118 B
Plaintext
Raw Normal View History

2021-01-25 18:17:42 +03:00
import test-import.*;
function main() {
let a = Point { x: 1u32, y: 0u32 };
console.assert(foo() == 1u32);
}