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