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