ref: 12df9f45f4f383a6bdf8939b44a3b499edee853e 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 }