ref: c7ad247d35a719539fc4df4e7a78d07e77a6f538 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 }