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