leo/tests/compiler/import/names.leo

13 lines
163 B
Plaintext
Raw Normal View History

2021-05-05 19:31:25 +03:00
/*
namespace: Compile
expectation: Pass
input_file: input/dummy.in
cwd: imports
*/
2020-08-15 11:58:33 +03:00
import a0-f.foo;
import a-9.bar;
import hello-world.hello;
2021-05-05 19:31:25 +03:00
function main() {}