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