1 /* Test that labels at ends of compound statements are hard errors.  */
2 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c17 -pedantic-errors" } */
5 
f(void)6 void f(void) { g: } /* { dg-bogus "warning" "warning in place of error" } */
7 /* { dg-error "label|parse|syntax" "label at end of compound statement" { target *-*-* } .-1 } */
8