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