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