]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr63877.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr63877.c
1 /* { dg-do compile } */
2 /* { dg-options "-Wmissing-declarations" } */
3
4 inline int foo (void) { return 42; } /* { dg-bogus "no previous declaration" } */
5 extern int foo (void);