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