v/vlib/v/checker/tests/if_expr_no_else.vv

4 lines
36 B
V
Raw Normal View History

fn main() {
_ = if true { 1 }
}