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