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