// !LANGUAGE: +RangeUntilOperator fun main(n: Int) { for (i in 0..<n) { } }