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