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