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