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