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