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