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