DuplicateLabel occurs when a label is declared more than once. Example: func f() int { L: L: return 1 }