leo/tests/compiler/import/star_fail.leo
2021-04-19 18:08:14 -07:00

4 lines
82 B
Plaintext

// importing `*` from a directory is illegal
import bar.bat.*;
function main() {}