blob: c35ae290307944e0cbcc5628049aad0506f8eef3 [file]
// FIR_IDENTICAL
fun foo() {
do {
val x = 42
} while (x != 42)
}