leo/tests/compiler/import_old/star_fail.leo
2021-08-04 23:34:11 +03:00

10 lines
173 B
Plaintext

// namespace: Compile
// expectation: Fail
// input_file: input/dummy.in
// cwd: imports
// importing `*` from a directory is illegal
import bar.bat.*;
function main() {}