1 /* Test diagnostics for label declarations. Test with -pedantic. */
2 /* Origin: Joseph Myers <joseph@codesourcery.com> */
3 /* { dg-do compile } */
4 /* { dg-options "-pedantic" } */
12 __extension__ (void)&&d
; /* { dg-error "error: label 'd' used but not defined" } */
13 /* { dg-warning "warning: ISO C forbids label declarations" "label decls" { target *-*-* } 12 } */
14 goto c
; /* { dg-error "error: label 'c' used but not defined" } */