PR sanitizer/65280
[official-gcc.git] / gcc / testsuite / gcc.dg / 20050121-1.c
blob3fe299a6dc2b7318bf5bc4227d0bc6f517731b93
1 /* I accidentally broke this while developing a patch for PR 13000,
2 and didn't notice since the testsuite didn't catch it -- ian */
3 /* { dg-do-compile } */
5 void foo()
7 return;
8 break; /* { dg-error "break statement not within" } */