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