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