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