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