ref: 196258441277732b8ab24471404b7fd21a81987a dir: /test/incret.myr/
use std var i = 0 const f = { -> i++ } const main = { f() std.exit(i) }