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