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