v/vlib/v/parser/tests/fn_type_only_args_no_body.vv

7 lines
41 B
V

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