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