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