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