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