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