v/vlib/v/checker/tests/match_expr_empty_branch.vv

5 lines
42 B
V

_ := match true {
true { 0 }
false {}
}