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