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