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