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