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