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