OSDN Git Service

PR c/44051
[pf3gnuchains/gcc-fork.git] / 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" } } */