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