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