blob: 79791f37a8a35cead7676d4ba5c4bd643304067a [file]
// IGNORE_BACKEND: WASM_JS, WASM_WASI
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_IR_DESERIALIZATION_TEST: JS_IR
// ^^^ Source code is not compiled in JS.
// WITH_STDLIB
@Suppress("OPT_IN_USAGE_ERROR") // ExperimentalNativeApi is defined only in Native
fun box(): String {
kotlin.assert(true)
return "OK"
}