ref: 7f4889e9fca99864162b0b66c6e407f467a65ccb 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 }