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