package foo var ok = "FAIL" fun main(args: kotlin.Array) { ok = "OK" } fun box(): String = ok