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