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