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