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