blob: 0383b81fdfb6c3d101e940d3ff9fea80ad9f21c2 [file] [log] [blame]
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
int main (void)
{
const int t = 2; /* count(1) */
struct s1 { /* count(1) */
int x;
int g[t];
};
struct s2 {
int x;
int g[2];
};
__builtin_printf("Sucess!\n");
return 0;
}
/* { dg-final { run-gcov gcov-pr85350.c } } */