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