blob: cb11f95ce45f3b2a46f03fef250e8f828978fad4 [file]
// RUN_PIPELINE_TILL: BACKEND
// DIAGNOSTICS: -NOTHING_TO_INLINE
// RENDER_ALL_DIAGNOSTICS_FULL_TEXT
inline fun f(): Unit = <!INLINE_CALL_CYCLE!>g()<!>
inline fun g(): Unit = <!INLINE_CALL_CYCLE!>h()<!>
inline fun h(): Unit = <!INLINE_CALL_CYCLE!>f()<!>
/* GENERATED_FIR_TAGS: functionDeclaration, inline */