leo/tests/compiler/import_old/names_dollar_fail.leo

11 lines
156 B
Plaintext
Raw Normal View History

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