shithub: mc

ref: 88cbe95a616e1cd947d0e30ab19368602b00b753
dir: /test/incret.myr/

View raw version
use std

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

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