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