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