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