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