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