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