// WITH_RUNTIME fun test(args: Array) { for (index in 0..args.size - 1) { println(index) } }