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