shithub: mc

ref: 38fbec291e5dc24213f5111e9523b35701500189
dir: /test/incret.myr/

View raw version
use std

var i = 0
const f = {
	-> i++
}

const main = {
	f()
	std.exit(i)
}