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