shithub: mc

ref: 894bed9a153ab56763627975f9e109281bec297b
dir: /test/incret.myr/

View raw version
use std

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

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