shithub: mc

ref: be5462a429323b0c69e9cb4061bdc520be9727c1
dir: /test/incret.myr/

View raw version
use std

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

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