shithub: mc

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

View raw version
use std

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

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