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