// IGNORE_BACKEND: JS_IR val foo: () -> Unit = {} fun box(): String { foo() as Unit return "OK" }