1 /* RUN: %clang_cc1 -fsyntax-only -verify %s
5 goto ; /* expected-error {{expected identifier}} */
10 l
: /* expected-note {{previous definition is here}} */
19 __label__ h
; /* expected-error {{use of undeclared label 'h'}} */
23 /* PR3429 & rdar://8287027
26 l
: /* expected-error {{redefinition of label 'l'}} */