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