(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
inline-31.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-std=c99 -pedantic-errors" } */
       3  inline int f (void) { return 0; }
       4  
       5  void
       6  g (void)
       7  {
       8    extern int f();
       9  }