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