// WITH_RUNTIME // PROBLEM: none fun test(args: Array) { val x = arrayOf() for (index in args) { val out = x[index] } }