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