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