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