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