(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.misc-tests/
gcov-pr90574-1.c
       1  /* { dg-options "-fprofile-arcs -ftest-coverage" } */
       2  /* { dg-do run { target native } } */
       3  
       4  int main(int argc, char **argv)
       5  {
       6    if (argc == 0)
       7      {
       8        int *ptr;
       9  label:  /* count(#####) */
      10  	{
      11  	}
      12      }
      13    if (argc == 1)
      14      {
      15        __builtin_printf("hello\n");
      16      }
      17    return 0;
      18  }
      19  
      20  /* { dg-final { run-gcov gcov-pr90574-1.c } } */