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