1 /* Test Gcov basics. */
3 /* { dg-options "-fprofile-arcs -ftest-coverage -g" } */
4 /* { dg-do run { target native } } */
14 for (i
= 0; i
< 10; i
++) /* count(11) */
15 noop (); /* count(10) */
17 return 0; /* count(1) */
22 /* { dg-final { run-gcov gcov-2.c } } */