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