Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / extra-semi-2.c
blobc4e1cc3b44ed22f8729b710d4b72657349b88e5c
1 /* Test diagnostic for extra semicolon outside a function. Test with
2 -pedantic. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "-pedantic" } */
7 ; /* { dg-warning "warning: ISO C does not allow extra ';' outside of a function" } */