// TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND_WITHOUT_CHECK: JS tailrec fun foo() { fun bar() { foo() } } fun box(): String { foo() return "OK" }