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