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