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