shithub: mc

ref: 9081efe5029aeec79bb63636097f9cf9d18194ef
dir: /test/incret.myr/

View raw version
use std

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

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