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