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