Merge from mainline.
[official-gcc.git] / gcc / testsuite / gcc.dg / decl-nospec-1.c
blob20067c16594c43d58ce8466eab0f3c1c1d5a65ff
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 no options. */
4 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
5 /* { dg-do compile } */
6 /* { dg-options "" } */
8 foo(); /* { dg-warning "warning: data definition has no type or storage class" } */