v/vlib/v/checker/tests/main_and_script_err.vv

5 lines
46 B
V

fn main() {
println('main')
}
println('out')