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