ref: 3c1277e37fbaea87d770d4a64a5029c4a693bb63 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 }