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