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