shithub: mc

ref: 657e714851af14e20563f03fe6a3b3e003a3830b
dir: /test/incret.myr/

View raw version
use std

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

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