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