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