blob: dcd63bc06d1284077dc1524a6b5f42dd606f3b5f [file] [log] [blame]
val a = 0
val b = 0
while (a > b) {
var i = 1
i = i + 1
}