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

11 lines
152 B
Plaintext

// namespace: Compile
// expectation: Fail
// input_file: input/dummy.in
// cwd: imports
import a-.foo;
function main() -> bool {
return false;
}