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