1 /* Check that unexecuted exception processing regions are shown
2 distinct from unexecuted normal regions. */
4 /* { dg-options "-fprofile-arcs -ftest-coverage" } */
5 /* { dg-do run { target native } } */
21 Baz (0); /* count (1) */
22 Baz (0); /* count (1) */
26 Boz (); /* count (=====) */
31 Baz (1); /* count (1) */
32 Baz (0); /* count (#####) */
36 Boz (); /* count (1) */
39 return 0; /* count (1) */
42 /* { dg-final { run-gcov gcov-11.C } } */