// IGNORE_BACKEND: WASM // WASM_MUTE_REASON: IGNORED_IN_JS tailrec fun noTails() { // nothing here } fun box(): String { noTails() return "OK" }