ref: 26da0e6f98ac76f3930ed68649b5fbfe87c06ec4 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 }