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