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