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