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