ref: 80483aa913c9f4bc672f11eccaab0496ec6dec7c 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 }