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