shithub: mc

ref: 2ab43c904adfeaee756145872c744a2fdaee97c2
dir: /test/incret.myr/

View raw version
use std

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

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