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