ref: 186c4e4026e1d9db729153e185bd717377060926 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 }