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