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