shithub: mc

ref: 7806ff9381b9a54fc0fd25837bea5a8cc151c3b5
dir: /test/incret.myr/

View raw version
use std

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

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