ref: 6a4040c99ee0127808d77ad2dc38220f1a8a1c46 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 }