PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / instrument-2.c
blob297a02da695b64c6ea5bfee8a8272cbac87f5ce6
1 /* { dg-do compile } */
2 /* { dg-options "-finstrument-functions -finstrument-functions-exclude-function-list=fn" } */
4 void fn () { }
6 /* { dg-final { scan-assembler-not "__cyg_profile_func_enter" } } */
7 /* { dg-final { scan-assembler-not "__cyg_profile_func_exit" } } */