ref: 69b4c9840862cdf3b42c877777c79e95a6aa0a42 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 }