// WITH_RUNTIME fun test(args: Array) { for (element in args) { val out = element } }