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