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