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