v/vlib/v/checker/tests/import_not_found_err.vv

5 lines
54 B
V

import notexist
fn main() {
println(notexist.name)
}