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