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