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