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