1 /* Check that gcov doesn't abort when a static object is defined
2 within a header file. */
4 /* { dg-options "-fprofile-arcs -ftest-coverage" } */
5 /* { dg-do run { target native } } */
14 return foo(); /* count(1) */
17 /* { dg-final { run-gcov gcov-3.C } } */