shithub: mc

ref: 9892228031c0ffcfa95a1443fc565b031525bb3a
dir: /test/incret.myr/

View raw version
use std

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

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