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