ref: 4fd18f1c27d3f1eba10c849a3c9cdb7d9dc33abc dir: /test/local-labels.myr/
use std const main = { goto foo std.exit(123) :foo std.exit(bar()) } const bar = { goto foo -> 42 :foo -> 10 }