// OPTION: 1 fun foo(n: Int) { var m = n m-- println(m) }