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