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