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