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