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