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