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