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