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