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