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