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