leo/asg/tests/pass/import/alias.leo

5 lines
86 B
Plaintext
Raw Normal View History

2021-01-25 18:17:42 +03:00
import test-import.foo as bar;
function main() {
console.assert(bar() == 1u32);
}