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