shithub: mc

ref: 011368e3394ba7691d7f4f9ca61bebf82d53ecfc
dir: /test/incret.myr/

View raw version
use std

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

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