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