shithub: mc

ref: 6538ea2c5b4daf1fc325144fbb0c9bc779ba3130
dir: /test/incret.myr/

View raw version
use std

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

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