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