shithub: mc

ref: e632cbfd8ca7424201e9054cc8c8d0a32a6c92c6
dir: /test/incret.myr/

View raw version
use std

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

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