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