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