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