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