v/vlib/v/parser/tests/map_init_void2.vv

8 lines
92 B
V

fn f(m map[string]) {
println('illegal function')
}
fn main() {
println('Hello world')
}