shithub: mc

ref: 1019b884273ecfba87c33205a50084981820376f
dir: /test/incret.myr/

View raw version
use std

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

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