mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 15:41:36 +03:00
12 lines
167 B
Plaintext
12 lines
167 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
input_file: input/dummy.in
|
|
cwd: imports
|
|
*/
|
|
|
|
// importing `*` from a directory is illegal
|
|
import bar.bat.*;
|
|
|
|
function main() {}
|