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