leo/tests/compiler/import/names.leo

5 lines
78 B
Plaintext
Raw Normal View History

2020-08-15 11:58:33 +03:00
import a0-f.foo;
import a-9.bar;
import hello-world.hello;
function main() {}