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