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