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