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