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