ref: 22e01c4fafb7adc6a88370d5ec918a15038cd761 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 }