(root)/
gcc-13.2.0/
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);