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