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