2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / instrument-3.c
blobc1a9c2a81311a599b05d4bbc3056c1bce6f11ea5
1 /* { dg-do compile } */
2 /* { dg-options "-finstrument-functions -finstrument-functions-exclude-file-list=instrument-3" } */
4 void fn () { }
6 /* { dg-final { scan-assembler-not "__cyg_profile_func_enter" } } */
7 /* { dg-final { scan-assembler-not "__cyg_profile_func_exit" } } */