blob: e420306e0376af00b0af82f94983943c09595b7a [file]
package test
fun test(a: Any) {
while (true) {
run {
break
}
}
}