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