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