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