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