1
1
mirror of https://github.com/ProvableHQ/leo.git synced 2024-12-25 19:22:01 +03:00
leo/tests/parser/import/names.leo
2021-04-12 13:15:40 -07:00

9 lines
101 B
Plaintext

/*
namespace: Parse
expectation: Pass
*/
import a0-f.foo;
import a-9.bar;
import hello-world.hello;