shithub: mc

ref: 53613143d569099c990aee0aa312875781335405
dir: /test/incret.myr/

View raw version
use std

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

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