v/vlib/v/parser/tests/expr_evaluated_but_not_used...

9 lines
71 B
V

fn main() {
if true {
1 + 1
1 + 1
} else {
1 + 1
}
}