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