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