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