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