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