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