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