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