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