leo/tests/compiler/import_old/star_fail.leo

10 lines
173 B
Plaintext
Raw Normal View History

// namespace: Compile
// expectation: Fail
// input_file: input/dummy.in
// cwd: imports
2021-05-05 19:31:25 +03:00
// importing `*` from a directory is illegal
import bar.bat.*;
2021-05-05 19:31:25 +03:00
function main() {}