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