(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr108449.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O" } */
       3  
       4  static int vfork(); /* { dg-warning "used but never defined" } */
       5  void f() { vfork(); }