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