blob: 16c348142d111e5e72bc401cd1fb1039da182967 [file]
// IGNORE_BACKEND: WASM_JS, WASM_WASI
// WASM_MUTE_REASON: STDLIB
fun box(): String {
String()
return String() + "OK" + String()
}