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