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