v/cmd/tools/vvet/tests/accept_multi_expression_wit...

8 lines
81 B
V

fn abc() int {
return if true {
0x4000 // 16KB
} else {
0x1000 // 4KB
}
}