vxx2 / vlib / v / checker / tests / map_def_err.vv
3 lines · 3 sloc · 25 bytes · 03e89b78512880a0f59117b17a71e21192d51659
Raw
1struct Foo {
2 bar map
3}
4