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