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