shithub: mc

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

View raw version
use std

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

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