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