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