(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
PR68002.c
       1  /* Ensure static functions can be kept.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-O1 -fkeep-static-functions" } */
       4  
       5  static void bar () { }
       6  
       7  /* { dg-final { scan-assembler "bar" } } */