shithub: mc

ref: 473ce973528106273540303dc11f4726ee870c3c
dir: /test/incret.myr/

View raw version
use std

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

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