gcc/gcc/testsuite/gcc.dg/pr47766.c

14 lines
213 B
C

/* { dg-do compile } */
/* { dg-options "-O2 -fstack-protector" } */
/* { dg-require-effective-target fstack_protector } */
int
parse_opt (int key)
{
struct
{
int arg[key];
} reqdata;
return 0;
}