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