shithub: mc

ref: 37423477a77f0b24b85acc6af52aa460570921a6
dir: /test/incret.myr/

View raw version
use std

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

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