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