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