(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
instrument-2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-finstrument-functions -finstrument-functions-exclude-function-list=fn" } */
       3  
       4  void fn () { }
       5  
       6  /* { dg-final { scan-assembler-not "__cyg_profile_func_enter" } } */
       7  /* { dg-final { scan-assembler-not "__cyg_profile_func_exit" } } */