shithub: mc

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

View raw version
use std

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

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