fun test() { while(true) { val x = 45 ?: break return } } // IGNORE_FE10 // FIR considers all expressions of type `Nothing` as unused.