shithub: mc

ref: 7b3917289e434853e2396514be0c3a8cbdc54116
dir: /test/incret.myr/

View raw version
use std

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

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