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