v/vlib/v/parser/tests/invalid_fn_decl_script_err.vv

6 lines
50 B
V

mynum := 10
fn my_function() {
println(mynum)
}