ref: 4932b5f0cf6f495208a0c1e1f4b2810ecf84fb9a 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 }