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