Allow coarrays in select type. [PR46371, PR56496]
[official-gcc.git] / gcc / testsuite / gcc.dg / 20050121-1.c
blobe7bfdafeb5cda796f60d81e6247b2af2fdcf7515
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" } */