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