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