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