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