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