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

7 lines
120 B
Plaintext
Raw Normal View History

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