shithub: mc

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

View raw version
use std

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

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