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