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