ref: 56c70bd6049b8eb88c7b7ab3636d6c1761fa0008 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 }