1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Files
v/vlib/v/checker/tests/match_expr_empty_branch.vv

5 lines
42 B
V

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