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