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