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