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