ref: 5f8ce4d91c5ae77dad2eb17b7a005723b2b8a90f dir: /test/local-labels.myr/
use std const main = { goto foo -> 123 :foo -> bar() } const bar = { goto foo -> 42 :foo -> 10 }