shithub: mc

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

View raw version
use std

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

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