blob: 551e8687632068e4586a4b929627d5cc646245d2 [file]
// DISABLE_OPTIMIZATION
fun consume(i: Int) {}
fun foo(a: Boolean) {
var b = 1
if (a) {
b = 2
}
consume(b)
}
// 0 GOTO
// 1 IF