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

11 lines
72 B
V

fn main() {
f() or {
0
1
}
}
fn f() ?int {
return none
}