blob: cea5814f2bc13e15e9dd2effbcf4db13893246fb [file]
fun test() {
var x = 0
var y = 0
y = x++
y = x--
}