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