shithub: mc

ref: 21ead16ccde2a943abe68ef279c89dbff030cb87
dir: /test/incret.myr/

View raw version
use std

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

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