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