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