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