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