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