leo/compiler/tests/import/star.leo

7 lines
118 B
Plaintext
Raw Normal View History

2020-08-15 11:58:33 +03:00
import test-import.*;
2020-07-30 23:01:04 +03:00
function main() {
let a = Point { x: 1u32, y: 0u32 };
2020-08-17 05:14:26 +03:00
console.assert(foo() == 1u32);
}