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