shithub: mc

ref: 077743e60829979ec6d86760e8806e1d599419bc
dir: /test/incret.myr/

View raw version
use std

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

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