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