fun test() { var x = 0 ++x consume(x) } fun consume(n: Int) {}