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