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