v/vlib/v/checker/tests/main_args_err.vv

4 lines
34 B
V

fn main(a string) {
println(a)
}