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