(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
label-compound-stmt-1.c
       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  
       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 } */