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