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