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