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