shithub: mc

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

View raw version
use std

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

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