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