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