shithub: mc

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

View raw version
use std

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

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