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