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