(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
noncompile/
20010425-1.c
       1  __inline__ void bar(int x)
       2  {
       3    (void)x;
       4  }
       5  
       6  void foo(void)
       7  {
       8    bar(baz);  /* { dg-error "undeclared|for each function" } */
       9  }