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