ref: 6f5ac74ad23e4ad8288fef156385ea2586d2d8fb 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 }