2007-02-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / 20050121-1.c
bloba0b717e0eb0126fff38b679b8df1fe0492b05c30
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-warning "break statement not within" } */