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