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