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