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