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