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