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