v/vlib/v/parser/tests/fn_type_only_args_unknown_n...

7 lines
43 B
V

fn test(param) {
}
fn main() {
test(0)
}