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