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