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