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