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