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