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