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