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