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