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