blob: 41ac9bb3eccbc645189363eb701e2ced135c40f4 [file] [log] [blame]
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
int main(int argc, char **argv)
{
if (argc == 0)
{
int *ptr;
label: /* count(#####) */
{
}
}
if (argc == 1)
{
__builtin_printf("hello\n");
}
return 0;
}
/* { dg-final { run-gcov gcov-pr90574-1.c } } */