title: UndeclaredLabel layout: article

UndeclaredLabel occurs when an undeclared label is jumped to.

Example:
 func f() {
 	goto L
 }