ref: 85434ad4c4b438049f1b55bd681ddea5cd60fbef 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 }