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