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