(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr54113.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-Wmissing-prototypes" } */
       3  
       4  inline int foo (void) { return 42; } /* { dg-bogus "no previous prototype" } */
       5  extern int foo(void);