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