ref: 6774b615c4397e76e6f60ce2179ce8b4fad57aa0 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 }