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