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