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