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