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