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