shithub: mc

ref: 1960f69c112fec8cc78929ea6cd6596ce71abeab
dir: /test/incret.myr/

View raw version
use std

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

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