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