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