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