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