shithub: mc

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

View raw version
use std

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

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