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