// !DIAGNOSTICS: -NOTHING_TO_INLINE inline fun f(): Unit = g() inline fun g(): Unit = h() inline fun h(): Unit = f()