ref: 481445dc78bd2bbc733acfaf3f10ad0b8b4b2441 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 }