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