fun test(n: Int) { consume(1) consume(n) } fun consume(n: Int) {}