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