ref: fbafcadef80bcb3f2ecdd7c6162c2eea5b3ed8b4 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 }