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