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