ref: 72a6efce6e4619af93bea66fdfd1916ebe2d6af1 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 }