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