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