ref: 8acfc5e2a00efe3866d7c5aa9201d4bd0fe9216e 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 }