ref: 02f19e5b2e6a94199d6eb9a97417e1feb3b2d0aa 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 }