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