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