blob: b8d6ac5ea6edaa40982caf6a4b73950099ddc6cb [file]
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: STDLIB
fun box(): String {
String()
return String() + "OK" + String()
}