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