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