shithub: mc

ref: 226ef2e101258817ee3c41a28846c607d880a69c
dir: /test/incret.myr/

View raw version
use std

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

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