// DONT_TARGET_EXACT_BACKEND: WASM // WASM_MUTE_REASON: STDLIB fun box(): String { String() return String() + "OK" + String() }