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