shithub: mc

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

View raw version
use std

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

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