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