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