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