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