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