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