blob: 9010e305d5d0b00501cb04114783aff5cfa6ef0d [file] [log] [blame]
val a = 1
fun main() {
if (a == 0) {
"then"
} else {
"else"
}
}
//0 ICONST_0
//1 ICONST_1
//0 IFEQ
//1 IFNE
//1 IF
//1 GOTO