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