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