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