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