shithub: mc

ref: 1342e9853431adbf651c5a867396c02f87d51144
dir: /test/incret.myr/

View raw version
use std

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

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