v/vlib/v/checker/tests/map_init_invalid_syntax.vv

5 lines
38 B
V

fn main() {
a := map{}
println(a)
}