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