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