ref: 37e8b94b73dde2743b74e642b8d7cba7e2775622 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 }