This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / decl-nospec-2.c
blob86e68c01be4539c43b0667ee33a02d776eb52c6c
1 /* Data definition with no type or storage class should receive a
2 pedwarn, rather than a warning which becomes an error with
3 -pedantic. Test with -pedantic. */
4 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
5 /* { dg-do compile } */
6 /* { dg-options "-pedantic" } */
8 foo(); /* { dg-warning "warning: data definition has no type or storage class" } */