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