// KIND: STANDALONE_LLDB // FIR_IDENTICAL fun main(args: Array) { val xs = intArrayOf(3, 5, 8) return } data class Point(val x: Int, val y: Int)