1 /* Test diagnostics for label declarations. Test with no special
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "" } */
13 __extension__ (void)&&d
; /* { dg-error "label 'd' used but not defined" } */
14 goto c
; /* { dg-error "label 'c' used but not defined" } */