shithub: mc

ref: 62227e61e476af5fb0b9d601117b371fefb7e1cc
dir: /test/incret.myr/

View raw version
use std

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

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