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