ref: 1f99d2dc0f2e8afe604bfe777063b4f2e277e185 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 }