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