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