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